blob: ab275df6c9abe64303d3158542cf3787e729eb26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: Makefile,v 1.4 1999/01/13 07:26:02 niklas Exp $
SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \
userkeys vttest ispcvt mcon pcvtdoc fed
.if make(clean) || make(cleandir) || make(obj)
SUBDIR+= vgaio kbdio set2061
SUBDIR+= demo
.endif
includes:
-cd ${.CURDIR}; cmp -s ../pcvt_ioctl.h \
${DESTDIR}/usr/include/machine/pcvt_ioctl.h > /dev/null 2>&1 || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ../pcvt_ioctl.h \
${DESTDIR}/usr/include/machine
.include <bsd.subdir.mk>
|