dee651eb15
to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
12 lines
164 B
Makefile
12 lines
164 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
# $FreeBSD$
|
|
|
|
PROG= sliplogin
|
|
MAN= sliplogin.8
|
|
BINOWN= root
|
|
BINGRP= network
|
|
BINMODE=4550
|
|
PRECIOUSPROG=
|
|
|
|
.include <bsd.prog.mk>
|