summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdwrite/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1994-10-14 16:03:33 +0000
committerjoerg <joerg@FreeBSD.org>1994-10-14 16:03:33 +0000
commit0cc1383e69eeaf09e9561ec86b72ce41163a2faa (patch)
treec5b22e31995d32102562ecc66e3b7ad772380292 /usr.sbin/fdwrite/Makefile
parent28cf896d6865e1817a92001b07739c3b124ba816 (diff)
downloadFreeBSD-src-0cc1383e69eeaf09e9561ec86b72ce41163a2faa.zip
FreeBSD-src-0cc1383e69eeaf09e9561ec86b72ce41163a2faa.tar.gz
#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer
necessary. Requested by: phk
Diffstat (limited to 'usr.sbin/fdwrite/Makefile')
-rw-r--r--usr.sbin/fdwrite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile
index 23c22d8..a860090 100644
--- a/usr.sbin/fdwrite/Makefile
+++ b/usr.sbin/fdwrite/Makefile
@@ -6,11 +6,11 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/09/18 07:39:19 phk Exp $
#
#
PROG = fdwrite
-CFLAGS+= -Wall -I${DESTDIR}/sys
+CFLAGS+= -Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud