freebsd-dev/share/sgml/FreeBSD/lib/Makefile
Bruce Evans 9c0dc173cc Change install' to ${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00

13 lines
259 B
Makefile

# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:46 jfieber Exp $
FILES= linuxdoc.sty
NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/lib
.include <bsd.prog.mk>