repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
crypto
/
dist
/
heimdal
/
appl
/
rcp
/
Makefile.am
blob
69657988ef7a29b452bc2387d4717ebefffc5db4
1
# $Heimdal: Makefile.am 22281 2007-12-13 20:35:52Z lha $
2
# $NetBSD$
3
4
include $(top_srcdir)/Makefile.am.common
5
6
AM_CPPFLAGS += $(INCLUDE_krb4)
7
8
bin_PROGRAMS = rcp
9
10
rcp_SOURCES = rcp.c util.c rcp_locl.h extern.h
11
12
man_MANS = rcp.1
13
14
EXTRA_DIST = $(man_MANS)
15
16
LDADD = $(LIB_roken)