summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-06-06 05:38:09 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-06-06 05:38:09 +0000
commit1eb3be492d9a4229013c5b775b4fa47ebc8cfc15 (patch)
treebf0fa0f91b1ca79c45a1e99e21084d0429290608
parentb0bd5f38a66640af129744d70a44d9e88b0836c9 (diff)
Notes
-rw-r--r--usr.bin/truss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index c5b0d7acbf58..28038995a0bf 100644
--- a/usr.bin/truss/Makefile
+++ b/usr.bin/truss/Makefile
@@ -13,14 +13,14 @@ CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \
.SUFFIXES: .master
i386l-syscalls.master: ${.CURDIR}/../../sys/i386/linux/syscalls.master
- cp ${.ALLSRC} i386l-syscalls.master
+ cat ${.ALLSRC} > i386l-syscalls.master
linux_syscalls.h: i386l-syscalls.master
/bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh i386l-syscalls.master \
${.CURDIR}/i386linux.conf
syscalls.master: ${.CURDIR}/../../sys/kern/syscalls.master
- cp ${.ALLSRC} syscalls.master
+ cat ${.ALLSRC} > syscalls.master
syscalls.h: syscalls.master
/bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh syscalls.master \