compile on linux

This commit is contained in:
christos
2016-06-08 01:15:26 +00:00
parent ac1ef638dd
commit f61be0af4a
2 changed files with 14 additions and 3 deletions

11
mopchk/Makefile.linux Normal file
View 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