1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4PROG= lock 5BINOWN= root 6BINMODE=4555 7 8LIBADD= crypt 9 10.include <bsd.prog.mk> 11