1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Only compile on install.

This commit is contained in:
Søren Schmidt 1998-05-25 15:00:49 +00:00
parent 8d2cfc044c
commit e793c690a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36373

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