File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dhcping / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:27:53 2012 UTC (12 years, 2 months ago) by misho
Branches: dhcping, MAIN
CVS tags: v1_2, HEAD
dhcping

bin_PROGRAMS = dhcping
dhcping_SOURCES = dhcping.c dhcping_options.h
man_MANS = dhcping.8

dhcping.8: dhcping.pod
	$(PERL2MAN_RULE)
PERL2MAN_RULE = \
	pod2man --release="Januari 27, 2002" --date="Januari 27, 2002" --center="General Commands Manual" --section=8 $? > $@

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>