~ubuntu-branches/ubuntu/hoary/lpr/hoary

« back to all changes in this revision

Viewing changes to lprm/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-03-15 14:54:38 UTC
  • Revision ID: james.westby@ubuntu.com-20030315145438-3n1sxzrmv1g34n4t
Tags: upstream-2000.05.07
ImportĀ upstreamĀ versionĀ 2000.05.07

Show diffs side-by-side

added added

removed removed

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