mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-13 15:18:04 +00:00
compile on linux
This commit is contained in:
parent
ac1ef638dd
commit
f61be0af4a
11
mopchk/Makefile.linux
Normal file
11
mopchk/Makefile.linux
Normal file
@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile.linux,v 1.1 2016/06/08 01:15:26 christos Exp $
|
||||
SRCS=mopchk.c
|
||||
OBJS=${SRCS:.c=.o}
|
||||
|
||||
LDLIBS+=../common/libcommon.a
|
||||
CFLAGS+=-I../common
|
||||
|
||||
mopchk: ${OBJS}
|
||||
|
||||
clean:
|
||||
rm -f ${OBJS} mopchk
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mopchk.c,v 1.13 2011/08/30 19:49:11 joerg Exp $ */
|
||||
/* $NetBSD: mopchk.c,v 1.14 2016/06/08 01:15:26 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995-96 Mats O Jansson. All rights reserved.
|
||||
@ -24,9 +24,9 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include "port.h"
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: mopchk.c,v 1.13 2011/08/30 19:49:11 joerg Exp $");
|
||||
__RCSID("$NetBSD: mopchk.c,v 1.14 2016/06/08 01:15:26 christos Exp $");
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user