7dbead4e23
Removed unnecessary clean and cleandir targets. The defaults are adequate and we never bothered overriding the default for all, depend, lint or tags.,
13 lines
179 B
Makefile
13 lines
179 B
Makefile
#
|
|
# Makefile for INFO files
|
|
#
|
|
|
|
INFOFILES= dir
|
|
NOOBJ= noobj
|
|
|
|
install:
|
|
${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
|
|
${DESTDIR}${INFODIR}
|
|
|
|
.include <bsd.prog.mk>
|