From 5eb65213a574dd16c1f697335c6dd9176d773147 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 12 Feb 1995 01:51:34 +0000 Subject: Updated this to be more FreeBSD-like; there was a lot of bipartisan cruft in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works. --- usr.sbin/pcvt/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'usr.sbin/pcvt/Makefile') diff --git a/usr.sbin/pcvt/Makefile b/usr.sbin/pcvt/Makefile index 78fc669..6644184 100644 --- a/usr.sbin/pcvt/Makefile +++ b/usr.sbin/pcvt/Makefile @@ -1,26 +1,6 @@ -.if !exists(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 - -all: error -clean: error -cleandir: error -depend: error -install: error - -.else - SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \ userkeys vttest ispcvt mcon SUBDIR+= vgaio kbdio set2061 SUBDIR+= demo .include -.endif -- cgit v1.1