]> git.ozlabs.org Git - ppp.git/commitdiff
don't need version number in here
authorPaul Mackerras <paulus@samba.org>
Thu, 13 May 1999 00:35:14 +0000 (00:35 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 13 May 1999 00:35:14 +0000 (00:35 +0000)
pppd/Makefile.linux

index 4e0fdf77d88c00ad219415a86d5ff0665303ff88..c72f3f7e80e18a5944a43ddab9b13a8c1cb515b1 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.30 1999/04/12 06:24:44 paulus Exp $
+# $Id: Makefile.linux,v 1.31 1999/05/13 00:35:14 paulus Exp $
 #
 
 # Default installation locations
@@ -27,7 +27,6 @@ endif
 # CC = gcc
 #
 COPTS = -O2 -pipe -Wall -g
-VER = 2.3.7
 LIBS =
 
 ifneq ($(wildcard /usr/lib/libcrypt*),)