Install bsd.info.mk.

This commit is contained in:
Bruce Evans 1995-01-03 06:32:10 +00:00
parent 37e52b59cc
commit b57826604c

View File

@ -1,9 +1,11 @@
# $Id$
# $Id: Makefile,v 1.5 1994/09/14 21:59:27 wollman Exp $
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README bsd.dep.mk bsd.doc.mk bsd.kmod.mk bsd.lib.mk bsd.man.mk
FILES+= bsd.prog.mk bsd.subdir.mk bsd.own.mk bsd.port.mk
FILES+= bsd.port.subdir.mk sys.mk
FILES= bsd.README
FILES+= bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kmod.mk
FILES+= bsd.lib.mk bsd.man.mk bsd.own.mk bsd.port.mk
FILES+= bsd.port.subdir.mk bsd.prog.mk bsd.subdir.mk
FILES+= sys.mk
NOOBJ= noobj
all clean cleandir depend lint tags: