diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-06 20:55:03 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-06 20:55:03 +0000 |
commit | 2b3b7783f542b81fc1aa997a0cb449e3d5eef013 (patch) | |
tree | 61c74b00b58861ea80848cb7878f4ae9548d697e /regress/Makefile | |
parent | eac47fcc2115bde7d658200fdd1849b77ece2b6e (diff) |
add MAKEDEV regress
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 9b3404f23a4..8ee48f8bb3f 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2001/08/01 21:46:09 markus Exp $ +# $OpenBSD: Makefile,v 1.7 2001/09/06 20:55:02 todd Exp $ # $NetBSD: Makefile,v 1.5 1995/04/20 22:37:12 cgd Exp $ # missing: libexec bin usr.sbin share games gnu -SUBDIR+= bin include lib sbin sys share usr.bin +SUBDIR+= etc bin include lib sbin sys share usr.bin regress: _SUBDIRUSE |