1*62611Sbostic# @(#)Makefile 8.1 (Berkeley) 06/08/93 242551Sbostic 343472SbosticFILES= bsd.doc.mk bsd.lib.mk bsd.man.mk bsd.prog.mk bsd.subdir.mk sys.mk 443045SbosticNOOBJ= noobj 542551Sbostic 642551Sbosticall clean cleandir depend lint tags: 742551Sbostic 842551Sbosticinstall: 943472Sbostic install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \ 1042551Sbostic ${DESTDIR}${BINDIR}/mk 1142551Sbostic 1243045Sbostic.include <bsd.prog.mk> 13