1
0
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:
Andrey A. Chernov 1995-01-16 17:49:20 +00:00
parent 8ab90258e8
commit 9953d9b05d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5658
4 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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>

View File

@ -7,4 +7,6 @@ CFLAGS+= -DHAVE_CONFIG_H -DDEFAULT_IGNORE_FILE=\"/usr/share/dict/eign\"
NOMAN=
SUBDIR+= doc
.include <bsd.prog.mk>

View File

@ -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' \