mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
13 lines
238 B
Makefile
13 lines
238 B
Makefile
# $Id$
|
|
|
|
FILES= linuxdoc.dtd linuxdoc.dcl linuxdoc.sty
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DESTDIR}${BINDIR}/${.CURDIR:T}
|
|
|
|
.include <bsd.prog.mk>
|