mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-02-16 04:32:51 +00:00
Port to linux
This commit is contained in:
11
mopcopy/Makefile.linux
Normal file
11
mopcopy/Makefile.linux
Normal 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
|
||||
Reference in New Issue
Block a user