~ubuntu-branches/ubuntu/hardy/paxctl/hardy

« 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
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050904213419-tcrtbk5ym58gleth
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

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)