Set .PATH before referring to the corresponding sources.
This commit is contained in:
parent
59fb918e03
commit
56b5e53094
@ -1,11 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../usr.bin/lastcomm
|
||||
|
||||
PROG= sa
|
||||
MAN= sa.8
|
||||
SRCS= main.c db.c pdb.c usrdb.c readrec.c
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.PATH: ${.CURDIR}/../../usr.bin/lastcomm
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user