freebsd-dev/contrib/global/global/Makefile.generic
Chris Timmons 43c4a137c1 Import global v2.0 as contributed software. We will maintain it this
way, retiring the sources from usr.bin/global shortly.

Reviewed by: jdp
Discussed-with: obrien
1997-08-16 04:13:58 +00:00

14 lines
233 B
Makefile

# @(#)Makefile 29-Dec-96
PROG = global
BINDIR = /usr/bin
MANDIR = /usr/share/man
all:
install:
cp $(PROG).pl $(BINDIR)/$(PROG)
chmod 755 $(BINDIR)/$(PROG)
cp $(PROG).1 $(MANDIR)/man1
chmod 644 $(MANDIR)/man1/$(PROG).1
clean: