1PROG= audiocfg 2SRCS= audiodev.c drvctl.c 3SRCS+= main.c 4WARNS= 3 5 6LDADD+= -lprop 7DPADD+= $(LIBPROP) 8 9.include <bsd.prog.mk> 10