summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fed/Makefile
diff options
context:
space:
mode:
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