mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-04-18 16:37:27 +00:00
compile on linux
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user