
include		../../Make.conf

TARGETS		= unixpasswd


all:

clean:

install:
		$(INSTEXEC) $(TARGETS) $(MODULES)

