diff options
author | ache <ache@FreeBSD.org> | 1995-08-29 13:42:52 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-08-29 13:42:52 +0000 |
commit | f701868b35724d98b42b488cb8a5236bc640a529 (patch) | |
tree | e0dba204c3adaf6c82da7a7668c73e54615175e6 /libexec/atrun/Makefile | |
parent | 372b875ec0aab71d90164d5e1a875462ab8e2c1b (diff) | |
download | FreeBSD-src-f701868b35724d98b42b488cb8a5236bc640a529.zip FreeBSD-src-f701868b35724d98b42b488cb8a5236bc640a529.tar.gz |
Fix ${.CURDIR} misspelling
Diffstat (limited to 'libexec/atrun/Makefile')
-rw-r--r-- | libexec/atrun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 96d415b..5e47abf 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/08/10 04:06:52 ache Exp $ +# $Id: Makefile,v 1.3 1995/08/21 12:34:16 ache Exp $ MAINSRC= ${.CURDIR}/../../usr.bin/at @@ -13,7 +13,7 @@ MANSRC= . CLEANFILES += ${MAN8} MANDEPEND = ${MAN8} -CFLAGS+= -I$(MAINSRC) -I{$.CURDIR} +CFLAGS+= -I$(MAINSRC) -I${.CURDIR} ${MAN8}: atrun.man sed -e \ |