~ubuntu-branches/ubuntu/dapper/lsscsi/dapper

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matt Taggart
  • Date: 2005-02-02 00:27:11 UTC
  • Revision ID: james.westby@ubuntu.com-20050202002711-rphy6txu8dzy7juo
Tags: 0.14-1
* Initial Release.
* Standard dh_make single package, minor Makefile variable changes,
  no other changes needed. (upstream knows how to use DESTDIR)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SHELL = /bin/sh
2
2
 
3
 
PREFIX=/usr/local
 
3
# PREFIX and MANDIR changed for Debian
 
4
#PREFIX=/usr/local
 
5
PREFIX=/usr
4
6
INSTDIR=$(DESTDIR)/$(PREFIX)/bin
5
 
MANDIR=$(DESTDIR)/$(PREFIX)/man
 
7
#MANDIR=$(DESTDIR)/$(PREFIX)/man
 
8
MANDIR=$(DESTDIR)/$(PREFIX)/share/man
6
9
 
7
10
CC = gcc
8
11
LD = gcc