diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-01-15 19:40:08 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-15 19:40:08 +0000 |
| commit | ee32b1da10fef2f876383f2d62c97785b54be8f9 (patch) | |
| tree | 2f153565350b15f07eb612816c2c96ea40d8d76a | |
| parent | 121ac7c9a26d35c8a16d915a5f2794a496a94a5a (diff) | |
Notes
| -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 a161390da90c..874065834c86 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 |
