Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/virtual_oss/virtual_equalizer/Makefile
- This file was added.
| PROG= virtual_equalizer | |||||
| MAN= ${PROG}.8 | |||||
| SRCS= equalizer.c | |||||
| CFLAGS+= -I${SRCTOP}/usr.sbin/virtual_oss/virtual_oss \ | |||||
| -I/usr/local/include | |||||
| LDFLAGS+= -L/usr/local/lib -lm -lfftw3 | |||||
arrowd: ${LOCALBASE} | |||||
Done Inline Actions${LOCALBASE:U/usr/local} to 'just work' when you're trying to build it not as part of the ports framework (for, e.g., local testing). kevans: ${LOCALBASE:U/usr/local} to 'just work' when you're trying to build it not as part of the ports… | |||||
| .include <bsd.prog.mk> | |||||
${LOCALBASE}