From 625569f642833c162a8b98e1f216653b16694c37 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 18 Sep 1994 07:42:11 +0000 Subject: 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 ?? --- usr.sbin/fdformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/fdformat') 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 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 -- cgit v1.1