File: Makefile.in

package info (click to toggle)
snmp 3.6-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,284 kB
  • ctags: 1,929
  • sloc: ansic: 18,710; sh: 585; makefile: 311
file content (28 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
## Makefile.in:							Dec 1996
##
## This Makefile simply is for the installation of nstat.
##

## set to installation prefix:
prefix=@prefix@

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

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

##
## used for installation:
##
INSTALL =               @INSTALL@
INSTALL_PROGRAM =	@INSTALL_PROGRAM@
INSTALL_DATA =		@INSTALL_DATA@

all clean:
	@/bin/true

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