~ubuntu-branches/ubuntu/gutsy/paxctl/gutsy

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2005-09-04 21:34:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050904213419-s3be8jdmzhi7b24z
Tags: 0.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
$(PROG).o: $(PROG).c $(PROG).h
17
17
        $(CC) -c $(CFLAGS) -o $@ $<
18
18
 
19
 
install:
 
19
install: $(PROG)
20
20
        $(MKDIR) $(DESTDIR)/sbin $(DESTDIR)$(MANDIR)
21
21
        $(CP) $(PROG) $(DESTDIR)/sbin
22
22
        $(CP) $(PROG).1 $(DESTDIR)$(MANDIR)