aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/objformat
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-25 15:00:49 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-25 15:00:49 +0000
commite793c690a04dc6063df234016fba32ef08cd9b98 (patch)
tree9912e09079a6c2a3d01347e362968ac033df2675 /usr.bin/objformat
parent8d2cfc044cee21bc42295709185e4780a1b0f8fd (diff)
Notes
Diffstat (limited to 'usr.bin/objformat')
-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 e25e3f5520fb..0b2b0cc173c0 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