summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-09-18 06:17:38 +0000
committerlukem <lukem@NetBSD.org>2002-09-18 06:17:38 +0000
commit99fe9d3e761d3a59f28ea9ed71534f4a67bdb0d6 (patch)
tree39677e576e893f11c99bd9a018407ffeeda86959 /include/Makefile
parentbcf4617b6130fdc79cc55b46287cd7322e8101b9 (diff)
minor makefile delint
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index 91a1e86f450..698e1aea259 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.104 2002/03/31 14:12:37 bjh21 Exp $
+# $NetBSD: Makefile,v 1.105 2002/09/18 06:17:38 lukem Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
# Doing a make includes builds /usr/include
+NOOBJ= # defined
+
# Missing: mp.h
INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
@@ -32,8 +34,6 @@ INCS+= ieeefp.h
INCSDIR= /usr/include
-NOOBJ= # defined
-
SUBDIR= rpc
.include <bsd.prog.mk>