1 # $NetBSD: Makefile,v 1.2 2021/05/08 14:11:37 cjep Exp $ 2 3 PROG= aiomixer 4 SRCS+= main.c draw.c parse.c 5 6 LDADD+= -lcurses -lterminfo 7 DPADD+= ${LIBCURSES} ${LIBTERMINFO} 8 9 WARNS= 6 10 11 .include <bsd.prog.mk> 12
Indexes created Wed Oct 15 07:09:58 GMT 2025