1# PntStr make file
2#
3# $Id$
4#
5
6include ../huskymak.cfg
7
8install:
9	$(INSTALL) $(IBOPT) pntstr.pl $(BINDIR)
10
11uninstall:
12	-$(RM) $(RMOPT) $(BINDIR)$(DIRSEP)pntstr.pl
13