diff options
-rw-r--r-- | sys/alpha/osf1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/osf1/Makefile b/sys/alpha/osf1/Makefile index a161390..8740658 100644 --- a/sys/alpha/osf1/Makefile +++ b/sys/alpha/osf1/Makefile @@ -1,7 +1,9 @@ # $FreeBSD$ -# Makefile for syscall tables -all: osf1_sysent.c +# Makefile for syscall tables. + +all: + @echo "make osf1_sysent.c only" osf1_sysent.c osf1_syscall.h osf1_proto.h: ../../kern/makesyscalls.sh \ syscalls.master syscalls.conf |