mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style.
This commit is contained in:
parent
a4a4d0803c
commit
259b7fa9b9
1 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ MLINKS= nawk.1 awk.1
|
|||
CLEANFILES= maketab proctab.c ytab.h
|
||||
|
||||
ytab.h: awkgram.h
|
||||
ln -fs ${.ALLSRC} ${.TARGET}
|
||||
ln -sf ${.ALLSRC} ${.TARGET}
|
||||
|
||||
proctab.c: maketab
|
||||
./maketab > proctab.c
|
||||
|
|
@ -27,8 +27,8 @@ proctab.c: maketab
|
|||
build-tools: maketab
|
||||
maketab: ytab.h ${AWKSRC}/maketab.c
|
||||
|
||||
CLEANFILES+= nawk.1
|
||||
CLEANFILES+= nawk.1
|
||||
nawk.1: awk.1
|
||||
ln -fs ${.ALLSRC} ${.TARGET}
|
||||
ln -sf ${.ALLSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue