From bbc8a52620a1bcb624ddb0c993f38c6700e4d43d Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 2 May 1997 15:34:25 +0000 Subject: [PATCH] build notes automatically --- src/etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 43cf3a95..1a107751 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 1997/04/25 18:50:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.48 1997/05/02 15:34:25 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -211,6 +211,7 @@ snap_tar: | ${GZIP} ${GZIPFLAGS} > snapshot/usr.share.tar${GZIPEXT} cd ${DESTDIR} && tar cf - var \ | ${GZIP} ${GZIPFLAGS} > snapshot/var.tar${GZIPEXT} + cd ../distrib/notes; ${MAKE}; ${MAKE} install snap_md: # nothing here -- look in the machine-dependent Makefile.inc