summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/set2061/Makefile
blob: db718300da7c178388d29349580abd94f073083d (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: ${DEMOS}
	@${ECHO} "set2061 is not installed automatically ...."

.include <bsd.prog.mk>

$(PROG):	compiler.h 
OpenPOWER on IntegriCloud