2 SRCS
= ${PROG}.c options.c checks.c list.c
7 # NO_WERROR is needed as libvorbis.h defines some static variables not used
8 # in this code. This leads to warnings and breaks the build if NO_WERROR is
9 # unset. But I prefer NO_WERROR to hiding the warning.
12 CFLAGS
+= -D_POSIX_C_SOURCE
=200809 \
14 LDFLAGS
+= -L
/usr
/local
/lib
15 LDADD
+= -lvorbisfile
-liconv
17 CLEANFILES
= *.
[Bb
][Aa
][Kk
] *.core
24 .
include <bsd.prog.mk
>
27 ${MROFF_CMD} ${MAN1} |
${COL} -bx
> ${.TARGET
}