diff options
author | dds <dds@FreeBSD.org> | 2007-05-22 10:49:42 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2007-05-22 10:49:42 +0000 |
commit | 56b5e5309404e97880741b82d7d4d12a4b64fd9f (patch) | |
tree | 6a2e6c380b3c7bfa2cfa7348951fa2b0de3b2655 /usr.sbin/sa | |
parent | 59fb918e03f6c601effb99afc6c8051fc8e6cf57 (diff) | |
download | FreeBSD-src-56b5e5309404e97880741b82d7d4d12a4b64fd9f.zip FreeBSD-src-56b5e5309404e97880741b82d7d4d12a4b64fd9f.tar.gz |
Set .PATH before referring to the corresponding sources.
Diffstat (limited to 'usr.sbin/sa')
-rw-r--r-- | usr.sbin/sa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile index ae6af5a..718cbc8 100644 --- a/usr.sbin/sa/Makefile +++ b/usr.sbin/sa/Makefile @@ -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> |