85c8521e67
This allows one to set the environment of the specified user either from login.conf alone (-L) or both login.conf and ~/.login_conf if present (-U). This is a supporting feature to allow service(8) to pull in the environment of the "daemon" class before invoking the rc script. This is a part of D21481. Submitted by: Andrew Gierth < andrew_tao173.riddles.org.uk>
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= env
|
|
SRCS= env.c envopts.c
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|