mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
9c0dc173cc
specified in the top level Makefiles.
9 lines
206 B
Makefile
9 lines
206 B
Makefile
# @(#)Makefile 5.5 (Berkeley) 7/1/90
|
|
|
|
MAN1= keyinfo.1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/keyinfo.sh ${DESTDIR}${BINDIR}/keyinfo
|
|
|
|
.include <bsd.prog.mk>
|