dev: suppress set but not used warnings
[unleashed.git] / lib / Makefile
blob1d25947c38a2238b382c53929d532c178d583326
1 SUBDIR= libc libcrypto libedit libncurses libpcap libssl libtls libuutil
3 .ifdef DESTDIR
4 # hack to build both 32/64 bit libs
5 .include "${.CURDIR:H}/cfgparam.mk"
6 build:
7 ${.MAKE} MACHINE=${CONFIG_MACH64} obj
8 ${.MAKE} MACHINE=${CONFIG_MACH64}
9 ${.MAKE} MACHINE=${CONFIG_MACH64} install
10 ${.MAKE} obj
11 ${.MAKE}
12 ${.MAKE} install
13 .endif
15 .include <subdir.mk>