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

« back to all changes in this revision

Viewing changes to pac/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-03-15 14:54:38 UTC
  • Revision ID: james.westby@ubuntu.com-20030315145438-wvhdf01k99wvq846
Tags: 1:2000.05.07-4.3
* Non-maintainer upload by the Security Team
* Applied patch from SuSE to fix buffer overvlow and arbitrary file access

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
PROG=   pac
5
5
CFLAGS+=-I${.CURDIR}/../common_source
6
6
MAN=    pac.8
7
 
SRCS=   pac.c common.c
 
7
SRCS=   pac.c common.c getcap.c
 
8
BINDIR= /usr/sbin
8
9
.PATH:  ${.CURDIR}/../common_source
9
10
 
10
 
.include "../../Makefile.inc"
11
11
.include <bsd.prog.mk>