repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hammer - Fix bugs, fix serious snapshot bug, flush adjustments
[dragonfly.git]
/
usr.bin
/
su
/
Makefile
blob
18e008a94a5b4df72c072cfde3295c8375369b6f
1
# @(#)Makefile 8.1 (Berkeley) 7/19/93
2
# $FreeBSD: src/usr.bin/su/Makefile,v 1.39 2004/02/02 18:01:19 ru Exp $
3
4
PROG
=
su
5
6
DPADD
= ${
LIBUTIL
} ${
LIBPAM
}
7
LDADD
= -
lutil
${
MINUSLPAM
}
8
LDFLAGS
+= ${
LDFLAGSPAM
}
9
10
BINOWN
=
root
11
BINMODE
=
4555
12
.if
!
defined
(
NOFSCHG
)
13
INSTALLFLAGS
=-
fschg
14
.
endif
15
16
.
include
<
bsd.prog.mk
>