diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 16:12:51 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 16:12:51 +0000 |
commit | 5f75932b70719fc1736d1073322d41e9f2b93aad (patch) | |
tree | bf9da9df19734090dbf8e54cae4eb1747d53bd42 /usr.sbin/lpr/pac/Makefile | |
parent | 7f9a2633d1939816851d2079a6f4abeaddde559d (diff) |
Add OpenBSD tags (was in wrong dir for previous commit)
Diffstat (limited to 'usr.sbin/lpr/pac/Makefile')
-rw-r--r-- | usr.sbin/lpr/pac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/pac/Makefile b/usr.sbin/lpr/pac/Makefile index e3fb65a3ee0..b986b559419 100644 --- a/usr.sbin/lpr/pac/Makefile +++ b/usr.sbin/lpr/pac/Makefile @@ -1,4 +1,5 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:49 millert Exp $ PROG= pac CFLAGS+=-I${.CURDIR}/../common_source |