summaryrefslogtreecommitdiff
path: root/sys/compat/common/Makefile
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-30 09:40:58 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-30 09:40:58 +0000
commitd5f09135a1c85f461033b440191a050b1e817f4b (patch)
tree8345b8f077f6d1c7b1504aedce483f99459de514 /sys/compat/common/Makefile
parent3a98aa5d631db3e74811e6d8b4fda55b7abe12ac (diff)
Build nicely when $S is absolute
Diffstat (limited to 'sys/compat/common/Makefile')
-rw-r--r--sys/compat/common/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/compat/common/Makefile b/sys/compat/common/Makefile
index d8871fcb934..e681d104d97 100644
--- a/sys/compat/common/Makefile
+++ b/sys/compat/common/Makefile
@@ -1,12 +1,10 @@
-# $OpenBSD: Makefile,v 1.5 1996/05/22 12:01:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 1997/05/30 09:40:57 niklas Exp $
# $NetBSD: Makefile,v 1.8 1996/05/18 15:52:19 christos Exp $
LIB= compat
NOPIC=
-CPPFLAGS= ${COMPATCPPFLAGS:S/-I./-I${COMPATREL}./g}
-
-.PATH: ${COMPATREL}${COMPATDIR}
+.PATH: ${COMPATDIR}
SRCS= compat_exec.c compat_util.c kern_exit_43.c kern_info_09.c \
kern_info_43.c kern_prot_43.c kern_resource_43.c kern_sig_43.c \