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

« back to all changes in this revision

Viewing changes to lpd/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
#       from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
2
#       $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:39 millert Exp $
 
3
 
 
4
PROG=   lpd
 
5
CFLAGS+=-I${.CURDIR}/../common_source
 
6
MAN=    lpd.8
 
7
SRCS=   lpd.c printjob.c recvjob.c displayq.c rmjob.c startdaemon.c \
 
8
        lpdchar.c common.c key.c modes.c ttcompat.c
 
9
.PATH:  ${.CURDIR}/../common_source
 
10
 
 
11
.include "../../Makefile.inc"
 
12
.include <bsd.prog.mk>