diff options
Diffstat (limited to 'usr.sbin/lpr/lpd/Makefile')
-rw-r--r-- | usr.sbin/lpr/lpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpd/Makefile b/usr.sbin/lpr/lpd/Makefile index 58c4a679b50..5bc1260e801 100644 --- a/usr.sbin/lpr/lpd/Makefile +++ b/usr.sbin/lpr/lpd/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:39 millert Exp $ PROG= lpd CFLAGS+=-I${.CURDIR}/../common_source |