Only compile on install.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user