diff options
author | ru <ru@FreeBSD.org> | 2001-03-26 07:28:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-26 07:28:26 +0000 |
commit | 06e5712a05d686eaef5304f42f8f78a3d4a04174 (patch) | |
tree | 12578a60c2459b1c611758d69e5e8d71c241ab63 /libexec | |
parent | 9aefd18cc80a8f27657aa1a59f80c55939d91408 (diff) | |
download | FreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.zip FreeBSD-src-06e5712a05d686eaef5304f42f8f78a3d4a04174.tar.gz |
Don't use MANDEPEND and MANSRC.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/atrun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index a71a797..3ae4d81 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -15,6 +15,7 @@ CFLAGS+=-I${MAINSRC} -I${.CURDIR} .include <bsd.prog.mk> ${MAN8}: atrun.man + @${ECHO} Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e \ "s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \ s@_ATJOB_DIR@$(ATJOB_DIR)@g; \ |