Added bsd.prog.mk so that make maninstall would work

This commit is contained in:
Rodney W. Grimes 1993-09-08 14:23:28 +00:00
parent 93f0f2e040
commit b3c17e952a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=413

View File

@ -5,3 +5,4 @@ install:
install -c -o bin -g bin -m 555 catman ${DESTDIR}/usr/bin
.include "../Makefile.inc"
.include <bsd.prog.mk>