deal with new share/doc strategy
This commit is contained in:
parent
61d2ae79f4
commit
138fcd8327
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 8.2 (Berkeley) 1/2/94
|
||||
# $Id: Makefile,v 1.7 1994/06/25 05:58:01 cgd Exp $
|
||||
# $Id: Makefile,v 1.8 1994/06/30 05:33:30 cgd Exp $
|
||||
|
||||
CFLAGS+=#-DTFILE=\"/dev/ttyp0\"
|
||||
CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR}
|
||||
|
@ -18,7 +18,7 @@ beforeinstall:
|
|||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= PSD.doc
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
# $Id: Makefile,v 1.7 1994/06/25 05:58:04 cgd Exp $
|
||||
# $Id: Makefile,v 1.8 1994/06/30 05:33:33 cgd Exp $
|
||||
|
||||
PROG= fsck
|
||||
MAN8= fsck.0
|
||||
|
@ -7,7 +7,7 @@ SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
|
|||
pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c
|
||||
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
||||
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= SMM.doc
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
# $Id: Makefile,v 1.7 1994/06/25 05:58:04 cgd Exp $
|
||||
# $Id: Makefile,v 1.8 1994/06/30 05:33:33 cgd Exp $
|
||||
|
||||
PROG= fsck
|
||||
MAN8= fsck.0
|
||||
|
@ -7,7 +7,7 @@ SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
|
|||
pass5.c preen.c setup.c utilities.c ffs_subr.c ffs_tables.c
|
||||
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
||||
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= SMM.doc
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 8.1 (Berkeley) 6/29/93
|
||||
# $Id: Makefile,v 1.11 1994/06/25 05:57:54 cgd Exp $
|
||||
# $Id: Makefile,v 1.12 1994/06/30 05:33:37 cgd Exp $
|
||||
|
||||
PROG= gprof
|
||||
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
|
||||
|
@ -10,7 +10,7 @@ beforeinstall:
|
|||
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
|
||||
${DESTDIR}/usr/share/misc
|
||||
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= PSD.doc
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 5.2 (Berkeley) 12/28/90
|
||||
# $Id: Makefile,v 1.5 1994/06/25 05:57:47 cgd Exp $
|
||||
# $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $
|
||||
|
||||
PROG= make
|
||||
CFLAGS+= -I${.CURDIR} -DPOSIX
|
||||
|
@ -12,7 +12,7 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
|
|||
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
|
||||
.PATH: ${.CURDIR}/lst.lib
|
||||
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= PSD.doc
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $Id: Makefile,v 1.4 1994/06/25 05:58:08 cgd Exp $
|
||||
# $Id: Makefile,v 1.5 1994/06/30 05:33:42 cgd Exp $
|
||||
|
||||
SUBDIR= lpc lpd lpq lpr lprm lptest pac filters
|
||||
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= SMM.doc
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# @(#)Makefile 8.3 (Berkeley) 2/27/94
|
||||
|
||||
SUBDIR= src mailstats makemap praliases cf/cf
|
||||
.if !make(all) && !make(depend) && !make(lint) && !make(tags)
|
||||
.if make(install)
|
||||
SUBDIR+= doc/intro doc/op
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue