summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/set2061/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/set2061/Makefile')
-rw-r--r--usr.sbin/pcvt/set2061/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/pcvt/set2061/Makefile b/usr.sbin/pcvt/set2061/Makefile
new file mode 100644
index 0000000..ac9d317
--- /dev/null
+++ b/usr.sbin/pcvt/set2061/Makefile
@@ -0,0 +1,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