Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 17:57:31 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42859 for review
Message-ID:  <200311210157.hAL1vVV8026039@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42859

Change 42859 by rwatson@rwatson_powerbook on 2003/11/20 17:57:07

	Clean target.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/sebsd_system/wslogin/Makefile#2 (text+ko) ====

@@ -6,3 +6,5 @@
 wslogin.dylib: $(OBJS)
 	gcc -dynamiclib -o $@ $(OBJS) ../../libsebsd/libsebsd.a ../../libmac/*.o
 
+clean:
+	rm -f $(OBJS) wslogin.dylib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311210157.hAL1vVV8026039>