mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
a7aaf57e4a
Stolen from: NetBSD
11 lines
277 B
Makefile
11 lines
277 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 pci_vendors \
|
|
scsi_modes usb_hid_usages
|
|
NOOBJ= noobj
|
|
FILESDIR= ${BINDIR}/misc
|
|
|
|
.include <bsd.prog.mk>
|