mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-05-01 05:48:44 +00:00
Port to linux
This commit is contained in:
11
moptrace/Makefile.linux
Normal file
11
moptrace/Makefile.linux
Normal file
@@ -0,0 +1,11 @@
|
||||
# $NetBSD: Makefile.linux,v 1.1 2016/06/08 01:19:05 christos Exp $
|
||||
SRCS=moptrace.c
|
||||
OBJS=${SRCS:.c=.o}
|
||||
|
||||
LDLIBS+=../common/libcommon.a
|
||||
CFLAGS+=-I../common
|
||||
|
||||
moptrace: ${OBJS}
|
||||
|
||||
clean:
|
||||
rm -f ${OBJS} moptrace
|
||||
Reference in New Issue
Block a user