8481f548e2
integrated source tree. Export-controlled versions of these are now built during the domestic build process.
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $NetBSD: Makefile,v 1.12 1999/02/18 21:22:51 scottr Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
PROG= rlogin
|
|
SRCS= rlogin.c
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
#INSTALLFLAGS=-fschg
|
|
|
|
.include <bsd.prog.mk>
|