diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-04 06:02:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-04 06:02:38 +0000 |
commit | 73d5672c2731c5100d52a347156fcd8a6c988bbb (patch) | |
tree | 1e02c70732b0a07acfbc68a7213509de0954ec9e /lib/libossaudio | |
parent | 7c88b13a799889e879308794cf19b7522908d8df (diff) |
it is disgusting when something gets put into the source tre incorrectly,
but 3 days later still isn't fixed.
Diffstat (limited to 'lib/libossaudio')
-rw-r--r-- | lib/libossaudio/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libossaudio/Makefile b/lib/libossaudio/Makefile index 533af44a147..e923197facf 100644 --- a/lib/libossaudio/Makefile +++ b/lib/libossaudio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1998/05/01 09:23:00 provos Exp $ +# $OpenBSD: Makefile,v 1.2 1998/05/04 06:02:37 deraadt Exp $ # $NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $ LIB= ossaudio @@ -8,8 +8,10 @@ SRCS= ossaudio.c CPPFLAGS+= -I${.CURDIR} -INCS= soundcard.h -INCSDIR=/usr/include +includes: + @cd ${.CURDIR}; cmp -s soundcard.h ${DESTDIR}/usr/include/soundcard.h || \ + ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) soundcard.h \ + ${DESTDIR}/usr/include .include <bsd.lib.mk> |