1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-09 22:38:01 -08:00
openbsd-src/usr.bin/cdio/Makefile
jakemsr 4a68a64c90 sndio for cdio (only for the "cdplay" command)
with a hint from ratchov@

ok av@
2008-11-29 08:57:10 +00:00

10 lines
262 B
Makefile

# $OpenBSD: Makefile,v 1.6 2008/11/29 08:57:10 jakemsr Exp $
PROG= cdio
DPADD= ${LIBUTIL} ${LIBEDIT} ${LIBTERMCAP}
LDADD= -lutil -ledit -ltermcap -lsndio
SRCS= cdio.c cddb.c mmc.c rip.c
CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic
.include <bsd.prog.mk>