summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/Makefile
blob: dd8a268916dbd3521cb969c174f35199e3215432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>