mirror of
https://github.com/openbsd/src.git
synced 2025-01-09 22:38:01 -08:00
4a68a64c90
with a hint from ratchov@ ok av@
10 lines
262 B
Makefile
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>
|