Set .PATH before referring to the corresponding sources.

This commit is contained in:
dds 2007-05-22 10:49:42 +00:00
parent 59fb918e03
commit 56b5e53094

View File

@ -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>