diff options
author | phk <phk@FreeBSD.org> | 1998-12-27 16:44:24 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-12-27 16:44:24 +0000 |
commit | 9d6fbd1091067a322e16f0d3ba3b4299055308e9 (patch) | |
tree | ca5b12361ccdb1532ab79494516ea689c9dba991 /usr.sbin/pcvt/set2061/Makefile | |
parent | f67d0f0ce687c0177689ca8f7cb07101facd38b1 (diff) | |
download | FreeBSD-src-9d6fbd1091067a322e16f0d3ba3b4299055308e9.zip FreeBSD-src-9d6fbd1091067a322e16f0d3ba3b4299055308e9.tar.gz |
follow up to:
Pre 3.0 branch cleanup casualty #4: pcvt
Diffstat (limited to 'usr.sbin/pcvt/set2061/Makefile')
-rw-r--r-- | usr.sbin/pcvt/set2061/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.sbin/pcvt/set2061/Makefile b/usr.sbin/pcvt/set2061/Makefile deleted file mode 100644 index 38cc44d..0000000 --- a/usr.sbin/pcvt/set2061/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -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 |