summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/set2061/Makefile
blob: 38cc44ddeab3801cf7262dbb66c9849b43d40bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROG=	set2061
SRCS=	main.c ICD2061Aalt.c
CFLAGS+= -DGCCUSESGAS -DPCVT_STANDALONE
NOMAN=

all: $(PROG)

install:
	@${ECHO} "set2061 is not installed automatically ...."

.include <bsd.prog.mk>

$(PROG):	compiler.h
OpenPOWER on IntegriCloud