]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - countmail/Makefile
cgram: properly handle input errors
[bsdgames-darwin.git] / countmail / Makefile
1 # $NetBSD: Makefile,v 1.3 1999/02/13 23:53:57 lukem Exp $
2
3 SCRIPTS= countmail
4 MAN= countmail.6
5
6 all:
7
8 install: $(PROG) $(MAN) $(SCRIPTS)
9 $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/$(PREFIX)/games/$(SCRIPTS)
10 $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
11
12 .PHONY: all install clean