Deleted Added
full compact
Makefile (229675) Makefile (239885)
1#$FreeBSD: head/tools/bsdbox/Makefile 229675 2012-01-06 00:56:31Z adrian $
1#$FreeBSD: head/tools/bsdbox/Makefile 239885 2012-08-29 22:54:27Z adrian $
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4NO_MAN=
5
6.include <bsd.own.mk>
7MK_SSP= no
8
9PROG= bsdbox

--- 40 unchanged lines hidden (view full) ---

50# WARNING: Changing this list may require adjusting
51# /usr/include/paths.h as well! You were warned!
52#
53CRUNCH_SRCDIRS+= bin
54# These are required to be shared so login and su can run as
55# setuid binaries - they use these libraries. PAM needs to be
56# built dynamically or it tries to build _all_ of the modules
57# statically - and that ends very badly.
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4NO_MAN=
5
6.include <bsd.own.mk>
7MK_SSP= no
8
9PROG= bsdbox

--- 40 unchanged lines hidden (view full) ---

50# WARNING: Changing this list may require adjusting
51# /usr/include/paths.h as well! You were warned!
52#
53CRUNCH_SRCDIRS+= bin
54# These are required to be shared so login and su can run as
55# setuid binaries - they use these libraries. PAM needs to be
56# built dynamically or it tries to build _all_ of the modules
57# statically - and that ends very badly.
58CRUNCH_SHLIBS+= -lc -lutil
58CRUNCH_SHLIBS+= -lc -lutil -lcrypt
59CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph
60CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcap
61
62###################################################################
63# Programs from standard /sbin
64#
65# WARNING: Changing this list may require adjusting
66# /usr/include/paths.h as well! You were warned!

--- 26 unchanged lines hidden (view full) ---

93
94CRUNCH_SRCDIRS+= libexec
95
96CRUNCH_LIBS+= -lm
97
98.include "Makefile.base"
99.include "Makefile.net"
100.include "Makefile.hostapd"
59CRUNCH_LIBS+= -lkvm -lmemstat -lnetgraph
60CRUNCH_LIBS+= -lcrypt -ledit -ll -ltermcap
61
62###################################################################
63# Programs from standard /sbin
64#
65# WARNING: Changing this list may require adjusting
66# /usr/include/paths.h as well! You were warned!

--- 26 unchanged lines hidden (view full) ---

93
94CRUNCH_SRCDIRS+= libexec
95
96CRUNCH_LIBS+= -lm
97
98.include "Makefile.base"
99.include "Makefile.net"
100.include "Makefile.hostapd"
101.include "Makefile.textproc"
101#.include "Makefile.textproc"
102.include "Makefile.login"
103.include "Makefile.kld"
104# telnet/telnetd are too broken to include as a crunchgen'ed binary,
105# thanks to some of the horrible layering violations going on.
106# .include "Makefile.telnetd"
107.include "Makefile.fs"
108
109CRUNCH_LIBS+= -lcrypto -lssl -lz
110
111# the crunchgen build environment
112.include <bsd.crunchgen.mk>
113
114# and since it creates a program..
115.include <bsd.prog.mk>
102.include "Makefile.login"
103.include "Makefile.kld"
104# telnet/telnetd are too broken to include as a crunchgen'ed binary,
105# thanks to some of the horrible layering violations going on.
106# .include "Makefile.telnetd"
107.include "Makefile.fs"
108
109CRUNCH_LIBS+= -lcrypto -lssl -lz
110
111# the crunchgen build environment
112.include <bsd.crunchgen.mk>
113
114# and since it creates a program..
115.include <bsd.prog.mk>