Add isa/pcvt to SUBDIR, this will install /usr/include/machine/pcvt_ioctl.h

which is needed by our default xsrc on i386. Closes pr 1391.
This commit is contained in:
frueauf 1998-04-13 21:54:30 +00:00
parent fcf0227962
commit f7a146be7b

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 1997/10/11 09:12:20 mycroft Exp $
# $NetBSD: Makefile,v 1.14 1998/04/13 21:54:30 frueauf Exp $
# Makefile for i386 tags file and boot blocks
@ -24,6 +24,6 @@ links:
cd $$i && rm -f tags; ln -s ../tags tags; done
SUBDIR= stand
SUBDIR= stand isa/pcvt
.include <bsd.subdir.mk>