Port to linux

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

11
mopcopy/Makefile.linux Normal file
View File

@@ -0,0 +1,11 @@
# $NetBSD: Makefile.linux,v 1.1 2016/06/08 01:16:35 christos Exp $
SRCS=mopcopy.c
OBJS=${SRCS:.c=.o}
LDLIBS+=../common/libcommon.a
CFLAGS+=-I../common -DNOAOUT
mopcopy: ${OBJS}
clean:
rm -f ${OBJS} mopcopy