diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-21 19:16:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-21 19:16:27 +0000 |
commit | ade68dd42e5a7a30c8ba693d71d965a7ea5faffb (patch) | |
tree | f9f548d9d788cf1dbbb52f60c1ef4d31b900ee96 /lib/libsndio | |
parent | b4cd96cb49242a7edc07ed78f44d922a7bb24889 (diff) |
no need to install includes from here anymore
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libsndio/Makefile b/lib/libsndio/Makefile index e4eee6a8c61..42c2166a441 100644 --- a/lib/libsndio/Makefile +++ b/lib/libsndio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/11/11 19:39:35 ratchov Exp $ +# $OpenBSD: Makefile,v 1.3 2009/04/21 19:16:26 deraadt Exp $ LIB= sndio MAN= sio_open.3 @@ -24,9 +24,4 @@ MLINKS = \ sio_open.3 sio_onvol.3 \ sio_open.3 sio_initpar.3 -includes: - @cd ${.CURDIR}; cmp -s sndio.h ${DESTDIR}/usr/include/sndio.h || \ - ${INSTALL} ${INSTALL_COPY} -o $(BINOWN) -g $(BINGRP) \ - -m 444 sndio.h ${DESTDIR}/usr/include - .include <bsd.lib.mk> |