mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Fix ${.CURDIR} misspelling
This commit is contained in:
parent
85b3ab5887
commit
bb22b34ecd
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue