diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
| commit | be0cde6f10dc8f3b82982c7912af93d61d828d75 (patch) | |
| tree | 820f2eff6ab08f0d6e29ba0386c043d3c1cb271c /usr.bin/su | |
| parent | 25352982e7256bd3744cd30c5b7938f468693816 (diff) | |
Notes
Diffstat (limited to 'usr.bin/su')
| -rw-r--r-- | usr.bin/su/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 798b67d2a7cae..c6989117c59d4 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.19 1998/08/30 17:02:51 gpalmer Exp $ +# $Id: Makefile,v 1.20 1998/09/02 14:46:20 bde Exp $ PROG= su SRCS= su.c @@ -28,7 +28,6 @@ LDADD+= -lkrb -ldes DISTRIBUTION= krb .endif -BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg |
