diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-08-04 15:47:56 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-08-04 15:47:56 +0000 |
commit | 9863a155a1fef7eb589b7e96e7a38bde61e92e3f (patch) | |
tree | f438371a10a4285317e5681bfcfa88c91a16d130 /sys/compat/osf1/Makefile | |
parent | 2f06eab90d1767ad671a20e8390f4a40403ac020 (diff) |
Merge in NetBSD changes. This now works for most statically compiled osf1
bins. Shared osf1 libs don't work quite yet.
Diffstat (limited to 'sys/compat/osf1/Makefile')
-rw-r--r-- | sys/compat/osf1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/osf1/Makefile b/sys/compat/osf1/Makefile index df0262d81ef..2791a967572 100644 --- a/sys/compat/osf1/Makefile +++ b/sys/compat/osf1/Makefile @@ -1,4 +1,3 @@ -# $OpenBSD: Makefile,v 1.2 1996/08/02 20:35:23 niklas Exp $ # $NetBSD: Makefile,v 1.1 1995/02/13 21:39:00 cgd Exp $ DEP= syscalls.conf syscalls.master ../../kern/makesyscalls.sh @@ -10,3 +9,6 @@ ${OBJS}: ${DEP} -mv -f osf1_syscall.h osf1_syscall.h.bak -mv -f osf1_syscallargs.h osf1_syscallargs.h.bak sh ../../kern/makesyscalls.sh syscalls.conf syscalls.master + +clean: + rm -f ${OBJS} |