diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-05-04 10:06:40 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-05-04 10:06:40 +0000 |
commit | ab5efedbc6cd78498e0fbfc18fab82d5b3cd4ca4 (patch) | |
tree | e0b217bf6f3c3b4ce57935788bd2631a2b5ab037 /lib/Makefile | |
parent | f92d15c3abd16b486e0da73ae9afd61bd0b0886f (diff) |
build libossaudio
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7d9c3ffd8f4..a9af139f810 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.24 1998/04/25 08:29:32 downsj Exp $ +# $OpenBSD: Makefile,v 1.25 1998/05/04 10:06:39 provos Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \ - libform libl libm libmenu libocurses libpanel libpcap libresolv \ - librpcsvc libskey libss libtelnet libterm libtermlib libutil libwrap \ - liby libz + libform libl libm libmenu libocurses libossaudio libpanel libpcap \ + libresolv librpcsvc libskey libss libtelnet libterm libtermlib \ + libutil libwrap liby libz # XXX Temporarely until all ports are able to use libkvm (leo) .if make(obj) |