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:
parent
8d2cfc044c
commit
e793c690a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36373
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user