1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/cdio/Makefile

10 lines
262 B
Makefile
Raw Normal View History

# $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
2002-04-18 13:18:31 -07:00
CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic
.include <bsd.prog.mk>