summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-07-13 10:04:11 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-07-13 10:04:11 +0000
commitb6a813b99b23a6e1d83c9131afbfd9e76f6f2bb4 (patch)
tree68153092d6ca0f85c7e02eeb7d767605f57dd3cb /include/Makefile
parenta3e42e9be9ec4656c339b9dd54a89431ca810d9b (diff)
downloadFreeBSD-src-b6a813b99b23a6e1d83c9131afbfd9e76f6f2bb4.zip
FreeBSD-src-b6a813b99b23a6e1d83c9131afbfd9e76f6f2bb4.tar.gz
Remove NOOBJ, we now need it.
Remove JUST_TELL_ME hack, let the newvers.sh output fall into the obj dir, and add CLEANFILES= to clean up after it.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile
index edde8c3..29757b2 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.25 1995/03/30 12:47:55 jkh Exp $
+# $Id: Makefile,v 1.26 1995/07/13 09:57:34 rgrimes Exp $
#
# Doing a make install builds /usr/include
#
@@ -8,6 +8,7 @@
#
all depend lint tags:
+CLEANFILES=version vers.c
SUBDIR= rpcsvc
# XXX MISSING: mp.h
FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
@@ -30,8 +31,6 @@ LDIRS= net netccitt netinet netiso netns nfs sys vm
LUDIR= ufs
UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs
-NOOBJ= noobj
-
# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''); (latter useful
# in environments where it's not possible to keep /sys publicly readable)
@@ -50,7 +49,6 @@ beforeinstall: ${SHARED}
.if exists (${.CURDIR}/../sys/conf/newvers.sh)
@${ECHO} creating osreldate.h from newvers.sh
@echo \#'undef __FreeBSD_version' > ${OSREL}.new
- JUST_TELL_ME=please ; \
. ${.CURDIR}/../sys/conf/newvers.sh ; \
echo \#'define __FreeBSD_version' $$RELDATE >> ${OSREL}.new
.else
OpenPOWER on IntegriCloud