diff options
author | 1999-11-25 21:18:01 +0000 | |
---|---|---|
committer | 1999-11-25 21:18:01 +0000 | |
commit | da2da4180f305c065073630716ea219d45131219 (patch) | |
tree | b627268381d499e28a60a769ab4f7af1bc6d2753 | |
parent | Whoops, didn't mean to step on espie's toes. Also restore some comments (diff) | |
download | wireguard-openbsd-da2da4180f305c065073630716ea219d45131219.tar.xz wireguard-openbsd-da2da4180f305c065073630716ea219d45131219.zip |
sloppy aaron
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/Makefile b/sys/arch/i386/isa/pcvt/Util/Makefile index ab275df6c9a..683203b02f7 100644 --- a/sys/arch/i386/isa/pcvt/Util/Makefile +++ b/sys/arch/i386/isa/pcvt/Util/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 1999/01/13 07:26:02 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 1999/11/25 21:18:01 deraadt Exp $ SUBDIR= keycap cursor fontedit fonts kcon loadfont scon \ - userkeys vttest ispcvt mcon pcvtdoc fed + userkeys vttest ispcvt pcvtdoc fed .if make(clean) || make(cleandir) || make(obj) SUBDIR+= vgaio kbdio set2061 |