Deleted Added
full compact
Makefile (40035) Makefile (53152)
1# $FreeBSD: head/usr.bin/truss/Makefile 53152 1999-11-14 13:54:44Z marcel $
2
1PROG= truss
2SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c
3PROG= truss
4SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c
3.if (${MACHINE} == "alpha")
5.if (${MACHINE_ARCH} == "alpha")
4SRCS+= alpha-fbsd.c
5.elif (${MACHINE_ARCH} == "i386")
6SRCS+= i386-fbsd.c i386-linux.c linux_syscalls.h
7.endif
8
9CFLAGS+= -I${.CURDIR} -I.
10CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \
11 syscalls.h ioctl.c

--- 21 unchanged lines hidden ---
6SRCS+= alpha-fbsd.c
7.elif (${MACHINE_ARCH} == "i386")
8SRCS+= i386-fbsd.c i386-linux.c linux_syscalls.h
9.endif
10
11CFLAGS+= -I${.CURDIR} -I.
12CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \
13 syscalls.h ioctl.c

--- 21 unchanged lines hidden ---