mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
14 lines
365 B
Makefile
14 lines
365 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee \
|
|
iso3166 iso639 man.template mdoc.template operator scsi_modes
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
install:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
|
|
${FILES} ${DESTDIR}${BINDIR}/misc
|
|
|
|
.include <bsd.prog.mk>
|