freebsd-dev/usr.bin/truss/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
169 B
Makefile
Raw Normal View History

# $FreeBSD$
1997-12-06 05:23:12 +00:00
PROG= truss
2016-02-23 20:00:55 +00:00
SRCS= main.c setup.c syscalls.c
LIBADD= sysdecode
#CFLAGS+= -I${.CURDIR} -I. -I${SRCTOP}/sys
CFLAGS+= -I${SRCTOP}/sys
1997-12-06 05:23:12 +00:00
.include <bsd.prog.mk>