diff options
author | 2014-09-01 05:20:54 +0000 | |
---|---|---|
committer | 2014-09-01 05:20:54 +0000 | |
commit | 12cc45c3a1b1060d016f1f5f43f13dfaefe05946 (patch) | |
tree | 4fcd8cf9525180d4f495df73c64a5bbb6252539b /sys/compat | |
parent | sync generated files (diff) | |
download | wireguard-openbsd-12cc45c3a1b1060d016f1f5f43f13dfaefe05946.tar.xz wireguard-openbsd-12cc45c3a1b1060d016f1f5f43f13dfaefe05946.zip |
Make this consistent with sys/kern/Makefile: require the 'syscalls' target
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/linux/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/linux/Makefile b/sys/compat/linux/Makefile index e54941ea95b..53781d8fef6 100644 --- a/sys/compat/linux/Makefile +++ b/sys/compat/linux/Makefile @@ -1,8 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 2001/08/26 03:23:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2014/09/01 05:20:54 guenther Exp $ # $NetBSD: Makefile,v 1.1 1995/02/28 23:26:21 fvdl Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh OBJS= linux_sysent.c linux_syscalls.c linux_syscall.h linux_syscallargs.h +all: + @echo "Doing nothing. Did you want make syscalls?" + +syscalls: linux_sysent.c + ${OBJS}: ${DEP} sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master |