31f3117741
for ages, and no-one seems to have noticed. Viva PAM! Fix some easy/trivial warnings while I'm here.
12 lines
150 B
Makefile
12 lines
150 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
# $FreeBSD$
|
|
|
|
PROG= rlogin
|
|
SRCS= rlogin.c
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|