freebsd-dev/usr.sbin/sliplogin/Makefile
Brian Somers b61ab30e6b Insist that the user has group network.
Discussed on: -committers
1997-09-05 23:11:28 +00:00

11 lines
159 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= sliplogin
MAN8= sliplogin.8
BINOWN= root
BINGRP= network
BINMODE=4550
INSTALLFLAGS=-fschg
.include <bsd.prog.mk>