# Generated automatically from Makefile.in by configure.
##
## Makefile.in:							Dec 1996
##
## This Makefile simply is for the installation of nstat.
##

## set to installation prefix:
prefix=/usr

## where to install the script:
BINDIR=$(prefix)/bin

## where to install the manpage:
MANDIR=$(prefix)/man

##
## used for installation:
##
INSTALL =               /usr/bin/install -c
INSTALL_PROGRAM =	${INSTALL}
INSTALL_DATA =		${INSTALL} -m 644

all clean:
	@/bin/true

install:
	$(INSTALL_PROGRAM) nstat $(prefix)/bin
	$(INSTALL_DATA) nstat.1 $(prefix)/man/man1
