diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-07 17:04:32 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-07 17:04:32 +0000 |
commit | 142a22bad94417cc6d6618eab4e64e1c961b3c1f (patch) | |
tree | fae9fa7dcf1cf0e684761c301aec3c53a43940ce | |
parent | 73f9163fb27b274326c5327a45a811f85b56c697 (diff) |
everyone has altq/, right?
-rw-r--r-- | regress/etc/MAKEDEV/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/etc/MAKEDEV/Makefile b/regress/etc/MAKEDEV/Makefile index a84fa0eebbf..abb70ce392f 100644 --- a/regress/etc/MAKEDEV/Makefile +++ b/regress/etc/MAKEDEV/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/09/06 21:37:19 todd Exp $ +# $OpenBSD: Makefile,v 1.3 2001/09/07 17:04:31 todd Exp $ NOMAN= NOPROG= @@ -19,7 +19,7 @@ ${MAKEDEVARCHS}: @exec cp ${ETCSRCDIR}/etc.${.TARGET}/MAKEDEV test.${.TARGET} @exec ${SUDO} chown root.wheel test.${.TARGET} @cd test.${.TARGET}; time ${SUDO} sh ./MAKEDEV all || true; \ - ( ls -l; ls -l fd/ ) | \ + ( ls -l; ls -l fd/; ls -l altq/ ) | \ awk '/^[bcps]/ {print $$1,$$2,$$3,$$4,$$5,$$6,$$10} \ /^l/ {print $$1,$$2,$$3,$$4,$$5,$$9,$$10,$$11}' |\ sort +4 -n > ../t1.${.TARGET}.out |