config root man

Current Path : /usr/src/contrib/groff/contrib/pic2graph/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/contrib/groff/contrib/pic2graph/Makefile.sub

MAN1=pic2graph.n
CLEANADD=pic2graph

all: pic2graph

pic2graph: pic2graph.sh
	rm -f $@; \
	sed -e "s|@g@|$(g)|g" \
	    -e "s|@VERSION@|$(version)$(revision)|" \
	    -e $(SH_SCRIPT_SED_CMD) $(srcdir)/pic2graph.sh >$@; \
	chmod +x $@

install_data: pic2graph
	-test -d $(bindir) || $(mkinstalldirs) $(bindir)
	-rm -f $(bindir)/pic2graph
	$(INSTALL_SCRIPT) pic2graph $(bindir)/pic2graph

uninstall_sub:
	-rm -f $(bindir)/pic2graph

Man Man