blob: 747298f033b3331f3a2e2587ca0a2e7d17009ce5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.9 2003/06/03 18:26:59 deraadt Exp $
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
FILES= airport ascii birthtoken countrycodes eqnchar getopt \
inter.phone license.template man.template mdoc.template \
na.phone operator scsi_modes usb_hid_usages usb_hid_usages \
zipcodes
.if ${MACHINE} == "i386"
SUBDIR= pcvtfonts
.endif
all clean cleandir depend lint obj tags: _SUBDIRUSE
realinstall:
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/misc
.include <bsd.prog.mk>
|