summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-06-09 04:07:23 +0000
committerimp <imp@FreeBSD.org>1998-06-09 04:07:23 +0000
commit276491a1c64f083aea60c7a82138eedcef34afd5 (patch)
treea2931c6fe0437629aee5b2bf281c36e145293c31 /usr.bin/at
parentbfab679fddfc39a9506c7176713baa8fdf2c108c (diff)
downloadFreeBSD-src-276491a1c64f083aea60c7a82138eedcef34afd5.zip
FreeBSD-src-276491a1c64f083aea60c7a82138eedcef34afd5.tar.gz
$@ is deprecated, use ${.TARGET} instead. Ditto for other single character
$n. PR: conf/3273
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index 6e1581c..07b1424 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 19:54:03 peter Exp $
.include "${.CURDIR}/Makefile.inc"
@@ -29,5 +29,5 @@ ${MAN1}: at.man
s@_LOADAVG_MX@$(LOADAVG_MX)@g; \
s@_PERM_PATH@$(PERM_PATH)@g; \
s@_LOCKFILE@$(LOCKFILE)@g" \
- < $? > $@
+ < ${.OODATE} > ${.TARGET}
OpenPOWER on IntegriCloud