Annotation of embedaddon/dhcping/Makefile.am, revision 1.1.1.1

1.1       misho       1: bin_PROGRAMS = dhcping
                      2: dhcping_SOURCES = dhcping.c dhcping_options.h
                      3: man_MANS = dhcping.8
                      4: 
                      5: dhcping.8: dhcping.pod
                      6:        $(PERL2MAN_RULE)
                      7: PERL2MAN_RULE = \
                      8:        pod2man --release="Januari 27, 2002" --date="Januari 27, 2002" --center="General Commands Manual" --section=8 $? > $@

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