diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-29 13:42:52 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-29 13:42:52 +0000 |
| commit | bb22b34ecdd07edee5704801b8418f4bcfdcaafe (patch) | |
| tree | e0dba204c3adaf6c82da7a7668c73e54615175e6 /libexec/atrun | |
| parent | 85b3ab58874f410e849d3e83bdd835f19016250d (diff) | |
Notes
Diffstat (limited to 'libexec/atrun')
| -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 96d415b6175c..5e47abfb82f0 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 \ |
