[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / doc

File: [local] / src / share / doc / Attic / Makefile (download)

Revision 1.3, Thu Feb 12 10:03:31 2004 UTC (20 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.2: +6 -1 lines

add a simple README for share/doc;
ok millert@ deraadt@

#	$OpenBSD: Makefile,v 1.3 2004/02/12 10:03:31 jmc Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/5/93

FILES=	README
SUBDIR=	psd smm usd

all depend includes lint tags:

realinstall:
	install -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} ${FILES} \
	    ${DESTDIR}${DOCDIR}

.include <bsd.subdir.mk>