xref: /openbsd/usr.bin/su/Makefile (revision 898184e3)
1#	$OpenBSD: Makefile,v 1.8 2001/05/29 21:40:35 millert Exp $
2
3PROG=	su
4BINOWN=	root
5BINMODE=4555
6
7.include <bsd.prog.mk>
8