mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Add doc to SUBDIR
This commit is contained in:
parent
8ab90258e8
commit
9953d9b05d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5658
@ -5,6 +5,8 @@ SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c getopt1.c \
|
||||
CFLAGS+=-I${.CURDIR} -DGAWK
|
||||
CLEANFILES+=awk.c y.tab.h
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
DPADD+= ${LIBGNUREGEX} ${LIBM}
|
||||
LDADD+= -lgnuregex -lm
|
||||
|
||||
|
@ -3,5 +3,6 @@ SRCS= dc.c decimal.c
|
||||
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
|
||||
DPADD= ${LIBM}
|
||||
LDADD= -lm
|
||||
SUBDIR+= doc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -7,4 +7,6 @@ CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
|
||||
|
||||
NOMAN=
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -7,7 +7,9 @@ SUBMITTERS= current-users
|
||||
RELEASE!= uname -rsm
|
||||
CLEANFILES+= send-pr send-pr.el
|
||||
|
||||
all: send-pr
|
||||
SUBDIR+= doc
|
||||
|
||||
all: send-pr _PROGSUBDIR
|
||||
|
||||
send-pr: send-pr.sh Makefile
|
||||
sed -e 's,@DATADIR@,/etc,g' \
|
||||
|
Loading…
Reference in New Issue
Block a user