summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/ispcvt/Makefile
blob: 1787cc2dd0f44e0300c210c7fc9cfcb4204dbc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

.if !exists(${.CURDIR}/../Makefile.inc)
error:
	@echo
	@echo "                      You MUST link/copy"
	@echo
	@echo "       ../Makefile.inc.NetBSD    or   ../Makefile.inc.FreeBSD"
	@echo
	@echo "             to ../Makefile.inc before you can proceed !"
	@echo
.else

PROG	=	ispcvt
MAN8	=	ispcvt.${MAN8EXT}

.include <bsd.prog.mk>

# special bindir, this MUST stand after include <bsd.prog.mk>
BINDIR	=	/usr/sbin

$(PROG):	$(INCDIR)/pcvt_ioctl.h

beforeinstall:
	@if [ ! -d $(MANDIR)8 ] ; then		\
	echo making $(MANDIR)8; mkdir $(MANDIR)8; fi

.endif
OpenPOWER on IntegriCloud