~ubuntu-branches/ubuntu/jaunty/lpr/jaunty

« back to all changes in this revision

Viewing changes to lprm/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Adam Majer
  • Date: 2004-07-27 16:45:19 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040727164519-fjgr6gmzlkuh53zz
Tags: 1:2003.09.23-7
Remove bash specific syntax in postinst. To make sure permissions are fixed
for the new lpr, rerun permission fixups on /var/spool/lpd/*, again.
(closes: #261590)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
 
#       $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:47 millert Exp $
 
2
#       $OpenBSD: Makefile,v 1.6 2003/03/11 04:36:55 millert Exp $
3
3
 
4
4
PROG=   lprm
5
5
CFLAGS+=-I${.CURDIR}/../common_source
6
 
SRCS=   lprm.c rmjob.c startdaemon.c common.c getcap.c
 
6
SRCS=   lprm.c ../common_source/rmjob.c ../common_source/startdaemon.c ../common_source/common.c \
 
7
        ../common_source/common_vars.c ../common_source/getcap.c
7
8
BINOWN= root
8
9
BINGRP= daemon
9
10
BINMODE=6555
10
11
BINDIR= /usr/bin
11
 
.PATH:  ${.CURDIR}/../common_source
12
12
 
13
 
.include <bsd.prog.mk>
 
13
include ../Makefile.in