Create /var/db/pkg/.mkversion file with datestamp.

This commit is contained in:
Satoshi Asami 1999-03-29 23:02:29 +00:00
parent 4a64714fd8
commit 633df82af6
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.20 1998/09/09 10:17:34 bde Exp $
# $Id: Makefile,v 1.21 1998/11/11 05:21:26 asami Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
@ -13,4 +13,7 @@ beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
${DESTDIR}${BINDIR}/mk
afterinstall:
date '+%Y%m%d' > /var/db/pkg/.mkversion
.include <bsd.prog.mk>