mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
12 lines
183 B
Makefile
12 lines
183 B
Makefile
|
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||
|
|
||
|
PROG= su
|
||
|
CFLAGS+=-DKERBEROS
|
||
|
DPADD= ${LIBKRB} ${LIBDES}
|
||
|
LDADD= -lkrb -ldes
|
||
|
BINOWN= root
|
||
|
BINMODE=4555
|
||
|
INSTALLFLAGS=-fschg
|
||
|
|
||
|
.include <bsd.prog.mk>
|