1# 2# a makefile for /usr/bin/rusers 3# 4# $Header: /tank/opengrok/rsync2/NetBSD/src/usr.bin/rusers/Makefile,v 1.2 1993/06/04 14:53:56 brezak Exp $ 5# 6 7PROG = rusers 8NOMAN= noman 9 10DPADD= ${LIBRPCSVC} 11LDADD= -lrpcsvc 12 13.include <bsd.prog.mk> 14