This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
16 lines
393 B
Makefile
16 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/27 19:40:36 christos Exp $
|
|
|
|
BINDIR=/sbin
|
|
|
|
PROGS=blacklistd blacklistctl
|
|
MAN.blacklistd=blacklistd.8 blacklistd.conf.5
|
|
MAN.blacklistctl=blacklistctl.8
|
|
SRCS.blacklistd = blacklistd.c conf.c run.c state.c support.c internal.c
|
|
SRCS.blacklistctl = blacklistctl.c conf.c state.c support.c internal.c
|
|
DBG=-g
|
|
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|