mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Convert to plain bsd.prog.mk makefile.
Reviewed by: scottl
This commit is contained in:
parent
63cf1d7ac8
commit
0952f7e09f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125573
@ -1,12 +1,7 @@
|
||||
# $FreeBSD$
|
||||
BINDIR= /usr/local/bin
|
||||
|
||||
ALL= aac_checkq
|
||||
PROG= aac_checkq
|
||||
NOMAN= sorry
|
||||
BINDIR?=/usr/local/bin
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
aac_checkq: aac_checkq.c
|
||||
${CC} -o aac_checkq aac_checkq.c
|
||||
|
||||
install: ${ALL}
|
||||
${INSTALL} aac_checkq ${DESTDIR}${BINDIR}
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user