summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-09-18 07:42:11 +0000
committerphk <phk@FreeBSD.org>1994-09-18 07:42:11 +0000
commit625569f642833c162a8b98e1f216653b16694c37 (patch)
tree4a4a1f540c04e20ad65639c7eb910ce76919eb87 /usr.sbin/fdformat/Makefile
parent434f1e20532ba667976b7b790db644056bf0e33f (diff)
downloadFreeBSD-src-625569f642833c162a8b98e1f216653b16694c37.zip
FreeBSD-src-625569f642833c162a8b98e1f216653b16694c37.tar.gz
Added a missing ${DESTDIR}. The real problem is that stuff related to
floppy formatting is in /sys/i386/isa/fdreg.h, it should be in /usr/include somewhere ??
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r--usr.sbin/fdformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 1a49c28..5325b6a 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -4,6 +4,6 @@ PROG = fdformat
# the -I's seem to be confusing, but necessery this way
# (so the right <unistd.h> will be found in /usr/include, and the
# "../i386/isa/ic/nec765.h" included from fdreg.h is accessible, too)
-CFLAGS+= -Wall -I/sys
+CFLAGS+= -Wall -I${DESTDIR}/sys
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud