summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-05-25 15:00:49 +0000
committersos <sos@FreeBSD.org>1998-05-25 15:00:49 +0000
commit872aa46bafaaa0870fa3f8fbeb7ff42117e6af12 (patch)
treee7c9329500cadb234a6f1911f62968a700e9cefc /usr.bin
parente93c797887b52fcac9eed98a646e0c11777f30c9 (diff)
downloadFreeBSD-src-872aa46bafaaa0870fa3f8fbeb7ff42117e6af12.zip
FreeBSD-src-872aa46bafaaa0870fa3f8fbeb7ff42117e6af12.tar.gz
Only compile on install.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/objformat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile
index e25e3f5..0b2b0cc 100644
--- a/usr.bin/objformat/Makefile
+++ b/usr.bin/objformat/Makefile
@@ -4,6 +4,9 @@ PROG= objformat
NOMAN= not yet
CFLAGS+= -DMAIN -DROOTDIR=\"${DESTDIR}/usr/libexec/\"
+objformat:
+ @echo Compiles on install.
+
beforeinstall:
$(CC) -DMAIN -DROOTDIR=\"${DESTDIR}/usr/libexec/\" \
${.CURDIR}/objformat.c -o ${.OBJDIR}/objformat
OpenPOWER on IntegriCloud