blob: 56a76d56c33b4ad6fb48c0d7c1c97fa6b4e27a19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: Makefile,v 1.6 2001/03/02 01:07:55 mickey Exp $
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
FILES= airport ascii birthtoken eqnchar getopt inter.phone man.template \
mdoc.template na.phone operator scsi_modes 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>
|