Only compile on install.

This commit is contained in:
Søren Schmidt 1998-05-25 15:00:49 +00:00
parent 8d2cfc044c
commit e793c690a0

View file

@ -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