summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/Makefile
blob: 25f090998282a157433ee75165bbaeda27b634eb (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 2003/02/13 05:48:38 fgsch Exp $

PROG=	cdio
DPADD=	${LIBUTIL} ${LIBEDIT} ${LIBTERMCAP}
LDADD=	-lutil -ledit -ltermcap
SRCS=	cdio.c cddb.c
CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic

.include <bsd.prog.mk>