summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fed/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-12-27 16:44:24 +0000
committerphk <phk@FreeBSD.org>1998-12-27 16:44:24 +0000
commit9d6fbd1091067a322e16f0d3ba3b4299055308e9 (patch)
treeca5b12361ccdb1532ab79494516ea689c9dba991 /usr.sbin/pcvt/fed/Makefile
parentf67d0f0ce687c0177689ca8f7cb07101facd38b1 (diff)
downloadFreeBSD-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/fed/Makefile')
-rw-r--r--usr.sbin/pcvt/fed/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.sbin/pcvt/fed/Makefile b/usr.sbin/pcvt/fed/Makefile
deleted file mode 100644
index c96ad03..0000000
--- a/usr.sbin/pcvt/fed/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-
-.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
-#CFLAGS = -g -Wall -pipe
-CFLAGS = -O -Wall -pipe -I/usr/local/include
-OBJS = fed.o select.o edit.o misc.o
-LIB = ncurses
-DEST = /usr/local/bin
-
-fed: $(OBJS)
- $(CC) -o fed $(OBJS) -l$(LIB) -L/usr/local/lib
-
-$(OBJS): fed.h
-
-clean:
- rm -f *.o fed *core* trace*
-
-install:
- ${INSTALL} -c -s -o bin -g bin fed $(DEST)
-
-.endif
OpenPOWER on IntegriCloud