Deleted Added
full compact
Makefile (127328) Makefile (136910)
1# $FreeBSD: head/usr.bin/truss/Makefile 127328 2004-03-23 09:04:06Z alfred $
1# $FreeBSD: head/usr.bin/truss/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3WARNS?= 2
2
3WARNS?= 2
4NO_WERROR= yes
4NO_WERROR=
5PROG= truss
6SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c
7.if ${MACHINE_ARCH} == "i386"
8SRCS+= i386-linux.c linux_syscalls.h
9.endif
10
11CFLAGS+= -I${.CURDIR} -I.
12CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \

--- 22 unchanged lines hidden ---
5PROG= truss
6SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c
7.if ${MACHINE_ARCH} == "i386"
8SRCS+= i386-linux.c linux_syscalls.h
9.endif
10
11CFLAGS+= -I${.CURDIR} -I.
12CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \

--- 22 unchanged lines hidden ---