mirror of
https://github.com/shadow-maint/shadow.git
synced 2024-11-24 02:24:32 +08:00
11 lines
100 B
Makefile
11 lines
100 B
Makefile
|
|
mandir = @mandir@/fi
|
|
|
|
man_MANS = \
|
|
chfn.1 \
|
|
chsh.1 \
|
|
passwd.1 \
|
|
su.1
|
|
|
|
EXTRA_DIST = $(man_MANS)
|