diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-01 18:17:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-01 18:17:28 +0000 |
commit | e8158015ec0858bd035476119b6c8f27da049fef (patch) | |
tree | a42162c94dbc6e6b08d7ba1d7176b34901ef42b1 | |
parent | 0924f9a6718dce35c8f160dfb11babe9fad9f512 (diff) |
Probably should recurse into the new test...
-rw-r--r-- | regress/sys/dev/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/sys/dev/Makefile b/regress/sys/dev/Makefile new file mode 100644 index 00000000000..59d9011ef61 --- /dev/null +++ b/regress/sys/dev/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2003/02/01 18:17:27 jason Exp $ + +SUBDIR+= audio + +install: + +.include <bsd.subdir.mk> |